home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
demoversionen
/
jcgraphdemo
/
jcgraphdemo.lha
/
Rexx
/
SpaceX.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1992-10-14
|
484b
|
20 lines
/* SpaceX.rex */
/* ---------- */
/* Description: Ask for X axis space value and set it accordingly. No */
/* validation is done on the value entered , so, be */
/* careful. */
options results
address 'JCGRAPH'
'GetTypeValue 23'
FontSpace=result
'requestnumber Enter X axis font space please. Actual font space is:' FontSpace
FontSpace=result
if RC == 0 then do
'SetTypeValue 23 ' FontSpace
end